home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / Software / Graphsoft / Arch Demo / Core.sit / MiniCad 5 Demo.rsrc / STR#_7006.txt < prev    next >
Text File  |  1994-04-15  |  291b  |  17 lines

  1. Pauses for n seconds
  2.  
  3. Wait(Seconds : INTEGER);
  4.  
  5. Returns the current date and time as a string.
  6.  
  7. Date(DateFormat,InfoFormat : INTEGER): STRING;
  8.  
  9. Used in debugging.  If an error has occurred then FndError = TRUE, otherwise FndError = FALSE
  10.  
  11. FndError : BOOLEAN;
  12.  
  13. Makes a beep sound.
  14.  
  15. SysBeep;
  16.  
  17.